'Declaration
<DescriptionAttribute("Specifies the the order in which the annotation is rendered from front to back. The annotation having the higher Zorder will be displayed in front of all others")> Public Property Zorder As Integer
[Description("Specifies the the order in which the annotation is rendered from front to back. The annotation having the higher Zorder will be displayed in front of all others")] public int Zorder {get; set;}
public read-write property Zorder: Integer;
DescriptionAttribute("Specifies the the order in which the annotation is rendered from front to back. The annotation having the higher Zorder will be displayed in front of all others") public function get,set Zorder : int